table, th, td {
  border:1px solid Gold;
  background-color: #415228;
  color: Gold;
}
body {
  background-color: #08566d;
  font-family: MS Gothic;
  color: white;
}
h1 {
  font-family: Gill Sans MT;
  color: white;
}
a:link {
	color: Gold;
	text-decoration: underline;
}

a:visited {
	color: Gold;
}